(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <proto/gadtools.h>
#include <libraries/gadtools.h>
#include <graphics/rastport.h>
#include <utility/tagitem.h>
void DrawBevelBoxA()
SYNOPSIS
struct RastPort * rport
WORD left
WORD top
WORD width
WORD height
struct TagItem * taglist

LOCATION
In GadToolsBase at offset 20
FUNCTION
DrawBevelBoxA() does just that. It draws a bevelled box.

INPUTS
rport
rastport, in which the box should be drawn
left
left edge of the box
top
top edge of the box
width
width of the box
height
height og the box
taglist
additional tags
RESULT
NOTES
Boxes drawn with DrawBevelBox() aren't refreshed automatically. You have to refresh them yourself. The rastport will be modified for DrawBevelBoxA() to guarantee fast drawing.

EXAMPLE
BUGS
SEE ALSO
INTERNALS
HISTORY
09.07.1997 srittau
Use NewObjectA() instead of NewObject() and use DrawImageState() instead of DoMethodA().
03.07.1997 srittau
o DrawBevelBoxA() uses now frameiclass, and falls back to self-drawn bevels

o Added CHECKBOX_KIND (doesn't work yet)

01.07.1997 srittau
o Fixes o Hack to make amiga.lib stubs working o BUTTON_KIND does now work
04.04.1997 ldp
Gadtools -> GadTools
25.03.1997 srittau
Initial revision